How to Install libsundials-cvodes2 software package in Ubuntu 14.04 LTS (Trusty Tahr)

How to Install libsundials-cvodes2 software package in Ubuntu 14.04 LTS (Trusty Tahr)

libsundials-cvodes2 software package provides ODE solver with sensistivity analysis (SUNDIALS library), you can install in your Ubuntu 14.04 LTS (Trusty Tahr) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install libsundials-cvodes2 

libsundials-cvodes2 is installed in your system.

Make ensure the libsundials-cvodes2 package were installed using the commands given below,

$ sudo dpkg-query -l | grep libsundials-cvodes2 *

You will get with libsundials-cvodes2 package name, version, architecture and description in a table

libsundials-cvodes2 package basic information:

Distro Ubuntu 14 04 lts trusty tahr
Section Libraries
Package libsundials-cvodes2
Version 2.5.0-3ubuntu1
Description ODE solver with sensistivity analysis (SUNDIALS library)
Sub Section libs


See Also, How to uninstall or remove libsundials-cvodes2 software package from Ubuntu 14.04 LTS (Trusty Tahr)?